Vcenter NamespaceManagement Supervisors Metrics RemoteEndpoints UpdateSpec

Vcenter NamespaceManagement Supervisors Metrics RemoteEndpoints UpdateSpec
Vcenter NamespaceManagement Supervisors Metrics RemoteEndpoints UpdateSpec

The Vcenter NamespaceManagement Supervisors Metrics RemoteEndpoints UpdateSpec schema contains the specification required to update the configuration of a remote endpoint configured with the Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "interval": 0,
    "remote_endpoint_type": "string",
    "http_remote_endpoint": {
        "url": "string",
        "tls_client_config": {
            "certificate_authority_chain": "string",
            "client_certificate": "string",
            "client_private_key": "string"
        },
        "http_headers": [
            {
                "name": "string",
                "value": "string"
            }
        ]
    }
}
string
name
Optional

A display name to be used for the given remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, remote endpoint name will not be modified.

integer As int64 As int64
interval
Optional

The frequency, in seconds, at which the Supervisor sends metrics to the remote endpoint.

This property was added in vSphere API 9.0.0.0.

If missing or null, interval will not be modified.

string
remote_endpoint_type
Optional

Describes the type of remote endpoint.

For more information see: Vcenter NamespaceManagement Supervisors Metrics RemoteEndpointType.

This property was added in vSphere API 9.0.0.0.

If missing or null, remote endpoint configuration will not be modified.

http_remote_endpoint
Optional

Defines the HTTP or HTTPS remote endpoint configuration for Supervisor to send metrics.

This property was added in vSphere API 9.0.0.0.

If missing or null, remote endpoint configuration will not be modified.